org.eclipse.vtp.desktop.model.core
Class Variable

java.lang.Object
  extended by org.eclipse.vtp.desktop.model.core.ObjectDefinition
      extended by org.eclipse.vtp.desktop.model.core.Variable

public class Variable
extends ObjectDefinition

Author:
Trip

Constructor Summary
Variable(java.lang.String name, FieldType type)
           
 
Method Summary
 
Methods inherited from class org.eclipse.vtp.desktop.model.core.ObjectDefinition
addField, equals, getDefaultValue, getFields, getName, getPath, getType, hasValue, setDefaultValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Variable

public Variable(java.lang.String name,
                FieldType type)